- bin_to_uint16
ushort bin_to_uint16(const(ubyte)* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bin_to_uint32
uint bin_to_uint32(const(ubyte)* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bin_to_uint32l
uint bin_to_uint32l(const(ubyte)* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bin_to_uint8
ubyte bin_to_uint8(const(ubyte)* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- calc_crc_16_ccitt
ushort calc_crc_16_ccitt(const(ubyte)* src, size_t nbytes, ushort crc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_dump_irep
int mrb_dump_irep(mrb_state* mrb, mrb_irep* irep, ubyte flags, ubyte** bin, size_t* bin_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_dump_irep_binary
int mrb_dump_irep_binary(mrb_state* , mrb_irep* , ubyte , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_dump_irep_cfunc
int mrb_dump_irep_cfunc(mrb_state* mrb, mrb_irep* , ubyte flags, FILE* f, const(char)* initname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_load_irep_file
mrb_value mrb_load_irep_file(mrb_state* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_load_irep_file_cxt
mrb_value mrb_load_irep_file_cxt(mrb_state* , FILE* , mrbc_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_read_irep
mrb_irep* mrb_read_irep(mrb_state* , const(ubyte)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_read_irep_file
mrb_irep* mrb_read_irep_file(mrb_state* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint16_to_bin
size_t uint16_to_bin(ushort s, ubyte* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint32_to_bin
size_t uint32_to_bin(uint l, ubyte* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint32l_to_bin
size_t uint32l_to_bin(uint l, ubyte* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uint8_to_bin
size_t uint8_to_bin(ubyte s, ubyte* bin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_binary_footer
struct rite_binary_footer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_binary_header
struct rite_binary_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_section_debug_header
struct rite_section_debug_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_section_header
struct rite_section_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_section_irep_header
struct rite_section_irep_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_section_lineno_header
struct rite_section_lineno_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rite_section_lv_header
struct rite_section_lv_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.